valid user - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

valid user - перевод на русский

IN TEMPORAL DATABASES, THE TIME PERIOD DURING WHICH A DATABASE FACT IS VALID IN THE MODELED REALITY
Valid Time; Valid-time
Найдено результатов: 459
valid user      
зарегистрированный (законный) пользователь
user area         
PERSON WHO USES A COMPUTER OR NETWORK SERVICE
Screen name (computing); User name; Username; Computer user; Account (computing); UserName; User Name; User-name; User-Name; Normal user; Screenname; User name policy; Internet pseudonym; User area; Computer logon; Computer users; My account; Screenames; Aol screen names; AOL screen names; Usernames; User Account; User Accounts; User accounts; User preferences; Changing Username; User names; Switching usernames; Switching user names; User account; User (system); Software users; Changing username; Login name; In-game name; Account name; Warmware
область пользователя; область, выделяемая пользователю
account name         
PERSON WHO USES A COMPUTER OR NETWORK SERVICE
Screen name (computing); User name; Username; Computer user; Account (computing); UserName; User Name; User-name; User-Name; Normal user; Screenname; User name policy; Internet pseudonym; User area; Computer logon; Computer users; My account; Screenames; Aol screen names; AOL screen names; Usernames; User Account; User Accounts; User accounts; User preferences; Changing Username; User names; Switching usernames; Switching user names; User account; User (system); Software users; Changing username; Login name; In-game name; Account name; Warmware
зарегистрированное имя пользователя; идентификатор пользователя
login name         
PERSON WHO USES A COMPUTER OR NETWORK SERVICE
Screen name (computing); User name; Username; Computer user; Account (computing); UserName; User Name; User-name; User-Name; Normal user; Screenname; User name policy; Internet pseudonym; User area; Computer logon; Computer users; My account; Screenames; Aol screen names; AOL screen names; Usernames; User Account; User Accounts; User accounts; User preferences; Changing Username; User names; Switching usernames; Switching user names; User account; User (system); Software users; Changing username; Login name; In-game name; Account name; Warmware
зарегистрированное имя пользователя
user account         
PERSON WHO USES A COMPUTER OR NETWORK SERVICE
Screen name (computing); User name; Username; Computer user; Account (computing); UserName; User Name; User-name; User-Name; Normal user; Screenname; User name policy; Internet pseudonym; User area; Computer logon; Computer users; My account; Screenames; Aol screen names; AOL screen names; Usernames; User Account; User Accounts; User accounts; User preferences; Changing Username; User names; Switching usernames; Switching user names; User account; User (system); Software users; Changing username; Login name; In-game name; Account name; Warmware

общая лексика

учетная запись пользователя

содержит информацию о сетевом пользователе: имя, пароль, права доступа к ресурсам и привилегии при работе в системе

Смотрите также

access control; account policy; ACL; authorization; security; user accounting

normal user         
PERSON WHO USES A COMPUTER OR NETWORK SERVICE
Screen name (computing); User name; Username; Computer user; Account (computing); UserName; User Name; User-name; User-Name; Normal user; Screenname; User name policy; Internet pseudonym; User area; Computer logon; Computer users; My account; Screenames; Aol screen names; AOL screen names; Usernames; User Account; User Accounts; User accounts; User preferences; Changing Username; User names; Switching usernames; Switching user names; User account; User (system); Software users; Changing username; Login name; In-game name; Account name; Warmware
зарегистрированный (законный) пользователь
power user         
COMPUTER USER WHO USES MORE ADVANCED FEATURES OF COMPUTER HARDWARE, OPERATING SYSTEMS, PROGRAMS, OR WEB SITES THAN THE AVERAGE USER
Poweruser; Power users; Power User; Experienced computer user; Experienced user

общая лексика

искушенный [опытный, квалифицированный, маститый] пользователь

пользователь с повышенными требованиями к производительности компьютера

Смотрите также

end user; high-rez; naive user; oldbie; user base; superuser

user agent         
SOFTWARE ACTING ON BEHALF OF A USER
User-Agent; UserAgentString; UserAgent; User-agent; User agent string; UA product token; User agents; UA product tokens; HTTP user agent; WWW user agent; Web user agent; W3 user agent; User-agent product token; User-agent string; Web agent; User Agent; HTTP USER AGENT; Browser id; Web Agent; User agent spoofing; User agent identification; Browser signature; Useragent
посредник пользователя
user ID         
NUMERIC VALUE USED IN UNIX-LIKE OPERATING SYSTEMS TO UNIQUELY IDENTIFY A USER ACCOUNT
User id; User identifier (unix); User ID; Userid; User-ID; User identifier (Unix); Real user ID; Effective user ID; Saved user ID; Effective userid; Real userid

общая лексика

user identifier

Смотрите также

user id

userid         
NUMERIC VALUE USED IN UNIX-LIKE OPERATING SYSTEMS TO UNIQUELY IDENTIFY A USER ACCOUNT
User id; User identifier (unix); User ID; Userid; User-ID; User identifier (Unix); Real user ID; Effective user ID; Saved user ID; Effective userid; Real userid

общая лексика

user identifier

Смотрите также

user id

Определение

почтовик
м. разг.
Почтовый служащий.

Википедия

Valid time

In temporal databases, valid time (VT) is the time period during which a database fact is valid in the modeled reality. As of December 2011, ISO/IEC 9075, Database Language SQL:2011 Part 2: SQL/Foundation included clauses in table definitions to define "application-time period tables" (that is, valid-time tables). Valid time was coined by Richard T. Snodgrass and his doctoral student.

In a database table valid time is often represented by two extra table-columns StartVT and EndVT. The time interval is closed at its lower bound and open at its upper bound.

Example:

Valid time is the time for which a fact is true in the real world. In the example above, the Person table gets two extra fields, Valid-From and Valid-To, specifying when a person's address was valid in the real world. On April 4, 1975, John's father proudly registered his son's birth. An official will then insert a new entry to the database stating that John lives in Smallville from April, 3rd. Notice that although the data was inserted on the 4th, the database states that the information is valid since the 3rd. The official does not yet know if or when John will ever move to a better place so in the database the Valid-To is filled with infinity (∞). Resulting in this entry in the database:

December 27, 1994 John reports his new address in Bigtown where he has been living since August 26, 1994. The Bigtown official does not change the address of the current entry of John Doe in the database. He adds a new one:

The original entry Person (John Doe, Smallville, 3-Apr-1975, ∞) is then updated (not removed!). Since it is now known that John stopped living in Smallville on August 26, 1994, the Valid-To entry can be filled in. The database now contains two entries for John Doe

When John dies the database is once more updated. The current entry will be updated stating that John does not live in Bigtown any longer. No new entry is being added because officials never report heaven as a new address. The database now looks like this

Как переводится valid user на Русский язык